home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / ewjdemo.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  131 b   |  12 lines

  1. on enterFrame
  2.   if rollOver(7) then
  3.     go("story return")
  4.   else
  5.     go("story 2")
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.